home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Jan 88 / Re- MacApp Browser 1⁄26 < prev    next >
Encoding:
Text File  |  1991-03-06  |  915 b   |  24 lines  |  [TEXT/GEOL]

  1. Item    9093828                         26-Jan-88        12:46
  2.  
  3. From:   X0501                           MacApp Developers Assoc, C. Nelson
  4.  
  5. To:     D0989                           G-Bar Partnership, Dev, M Bentley
  6.         MACAPP$                         MacApp Interest List
  7.  
  8. Sub:    Re: MacApp Browser No Good?
  9.  
  10. Mike,
  11.  
  12. The Browser/Parser is limited in scope to OBJECTs.  The Parser only looks for
  13. decesendants of “TOBJECT” therefore plain pascal PROCs and FUNCs are ignored.
  14. It striclty looks at the inheritance tree. If you remove a middle portion of
  15. the tree it will loose track of the decendents.  Also, it assumes a single name
  16. space for all objects therefore you cannot have two OBJECTs (Classes) with the
  17. same name.
  18.  
  19. It is obviously ment to work on one project at a time. With a few clever MPW
  20. shell scripts you could make it multiproject.
  21.  
  22.                                                 .... Carl
  23.  
  24.